github.com/gotd/td/telegram.Client.connMux (field)
9 uses
github.com/gotd/td/telegram (current package)
client.go#L88: connMux sync.Mutex
connect.go#L77: c.connMux.Lock()
connect.go#L79: c.connMux.Unlock()
invoke.go#L85: c.connMux.Lock()
invoke.go#L87: c.connMux.Unlock()
session.go#L51: c.connMux.Lock()
session.go#L58: c.connMux.Unlock()
session.go#L110: c.connMux.Lock()
session.go#L118: c.connMux.Unlock()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |